.hero__video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.hero__video video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.hero__button-holder{text-align: left; margin-top: 20px;}
.hero__button{position: relative; z-index:2; color: #19d3c5; text-decoration: none; border: 1px solid #19d3c5; font-family: futura-pt,sans-serif; font-size: 1.375em; display: inline-block; padding: 0.7em 2em; margin: 0 auto; text-align: center; text-transform: uppercase; font-weight: bold; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; right:0; bottom:0;}
.hero__button:hover{background-color: #19d3c5; color: #fff;}

.video-banner .hero:before{height: 100%;}
.video-banner .hero__content-parent .hero__content{margin-bottom:50px;}